PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setPage Method
The com.o2sol.pdf4java.PDFPage on which some or all of the content items designated by the getChildren shall be rendered.
In This Topic
    setPage Method
    In This Topic
    Sets the PDF page that contains the content of this structure element.
    Syntax
    public void setPage( 
       PDFPage page
    )

    Parameters

    page
    The com.o2sol.pdf4java.PDFPage on which some or all of the content items designated by the getChildren shall be rendered.
    See Also